Friday, October 14, 2016

BE SCORD Banking

Banking application that shows a dashboard, where banking data are transformed from unstructered information to business intelligence.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

UnikRecruitment

Professionel rekrutteringsekspertice med “one point of contact”, og med stort nationalt og internationalt erhvervsnetværk. Ekspertise i ledelsesposter.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

Atail Unique Portfolio Template

Unique portfolio solution for creatives! Atail is a premium portfolio HTML template with fresh and funky design. Perfect for artists, photographers, media agencies, restaurants etc to showcase the portfolio in a fast, interactive and beautiful way.


by csreladm via CSSREEL | CSS Website Awards | World best websites | website design awards | CSS Gallery

AtoZ CSS Quick Tip: Placeholder Text

P is for Placeholder Text

Pseudo elements :before and :after are great for building complex design features without cluttering the markup with non-semantic elements. Other pseudo elements like :first-line and :first-letter give us access to styling parts of elements that aren’t found marked up in the HTML document.

We looked at many of these in the Pseudo Elements screencast but one pseudo element we didn’t look at was for styling placeholder text. Let’s fix that.

Selecting input placeholders

First, let’s imagine the following HTML:

[code language="html"]
<input class="name-field" type="text" placeholder="Enter your name">
[/code]

We could set the color of the input text to red as follows:

[code language="css"]
.name-field {
color: red;
}
[/code]

We could also select and style the input from its placeholder attribute:

[code language="css"]
input[placeholder="Enter your name"] {
color: red;
}
[/code]

But this still styles the text of any user input typed into the field, rather than styling the appearance of the placeholder text itself. To do that we need a series of vendor prefixed selectors for the placeholder pseudo element.

Continue reading %AtoZ CSS Quick Tip: Placeholder Text%


by Guy Routledge via SitePoint

Luca

opl-small

Spacious, colorful One Pager for London-based Italian restaurant, Luca. The Single Page site fills a big screen well and the food photography is gorgeous on all resolutions. Final shout out to the clean mobile adaption of the food menu - so many restaurant sites get lazy at this point in the build. Great work.

by Rob Hope via One Page Love

LinkedIn Ads: What Marketers Need to Know

ms-podcast219-aj-wilcox-600

Do you advertise on LinkedIn? Have you considered LinkedIn advertising and want to learn more? To discover everything there is to know about LinkedIn ads, I interview AJ Wilcox. More About This Show The Social Media Marketing podcast is an on-demand talk radio show from Social Media Examiner. It’s designed to help busy marketers and [...]

This post LinkedIn Ads: What Marketers Need to Know first appeared on .
- Your Guide to the Social Media Jungle


by Michael Stelzner via

Tubus

tubus.io

Launching soon page for 'Tubus' - an upcoming analytics platform that scans your YouTube comments to provide more meaningful statistics.

by Rob Hope via One Page Love