background preloader

CSS Box Shadows Effects

CSS Box Shadows Effects
In this tutorial we are going to be creating box shadow effects with just CSS. Below is an image created in photoshop of different box shadows effects. These used to be the only way of creating this effect but thanks to CSS3 we can now do all this with just CSS. View Demo page to see what we are going to create CSS Box Shadow Effects Demo CSS Box Shadow We are going to be using the CSS box shadow property which is one my favourite CSS properties which you will see in this tutorial how easy you can use it. The box-shadow property allows you to easily create multiple drop shadows on box elements by specifying values for colour, size, blur and offset. The box-shadow property accepts 2-6 options, the required options are horizontal offset and vertical offset, the two optional options are spread distance and colour. box-shadow: inset horizontal vertical blur spread colour; Examples Browser Support All of the major newest browsers support box-shadow property. The box-shadow property is no different. Related:  Web Design & HTMLfasilbabukdy

Edit Source HTML or CSS in Free Weebly Site » WebNots Though Weebly offers “Embed Code” element to add custom HTML, CSS and JavaScript code on your page content, sometimes it is necessary to modify the source HTML / CSS of your site. Weebly allows both free and premium users to edit the source HTML / CSS code of a site in order to encourage adding more customization to make a good looking site with needed features. Here is a step by step tutorial on how to edit source HTML or CSS in free Weebly site and things you can do with Weebly code editor. Summary of Weebly Code Editor Options: How to Edit Weebly Source Code? Login to your Weebly account and edit the site you want to modify the source code. Editing Source HTML and CSS in Weebly Once you click on the button a new page will be loaded which is called Weebly code editor. What Can I Do with Code Editor? Weebly code editor has the following features: Weebly Code Editor Below are some important things you can do on Weebly code editor. 1. 2. You can change your theme name by double clicking on it.

Select2 3.3.2 - Iceweasel Gets or sets the selection. If the value parameter is not specified, the id attribute of the currently selected element is returned. If the value parameter is specified it will become the current selection. val method invoked on a single-select with an unset value will return "", while a val method invoked on an empty multi-select will return []. Example: alert("Selected value is: "+$("#e8").select2("val")); $("#e8").select2("val", "CA"); Notice that in order to use this method you must define the initSelection function in the options so Select2 knows how to transform the id of the object you pass in val() to the full object it needs to render selection. Gets or sets the selection. data method invoked on a single-select with an unset value will return null, while a data method invoked on an empty multi-select will return []. Reverts changes to DOM done by Select2. Opens the dropdown. Closes the dropdown. Notifies Select2 that a drag and drop sorting operation has started. change val added object

We created a site in Wix, Weebly, Squarespace & WordPress – See How Each Stacks Up Creating a website and trying to figure out what platform to use? We created a site in the big 4 website creation tools – recorded the video and show you the pros and cons of each. If you’re thinking of building your own website – you want to read this first. First, some background on each: Reports of the number of users of each platform vary widely from source to source, but the general consensus is that WordPress leads and no one else is catching up anytime soon. According to a July 2015 study by W3Techs, out of the 40.1% of the websites it surveyed that use a Content Management System, WordPress enjoys a market share of 60.3% (24.2% of the potential market overall, when including non-CMS users). The study found that all other CMS platforms together account for just 15.4% of the potential market, and Wix, Weebly, and Squarespace each claim less than 1%. Wix.com Another Wix advantage is that all of your content is visible, and editable, on your screen at all times. Weebly.com Squarespace.com

Customize checkboxes and radio buttons with iCheck (jQuery and Zepto) plugin - Iceweasel iCheck plugin works with checkboxes and radio buttons like a constructor. It wraps each input with a div, which may be customized by you or using one of the available skins. You may also place inside that div some HTML code or text using insert option. For this HTML: <label><input type="checkbox" name="quux[1]" disabled> Foo </label><label for="baz[1]">Bar</label><input type="radio" name="quux[2]" id="baz[1]" checked><label for="baz[2]">Bar</label><input type="radio" name="quux[2]" id="baz[2]"> With default options you'll get nearly this: <label><div class="icheckbox disabled"><input type="checkbox" name="quux[1]" disabled></div> Foo </label><label for="baz[1]">Bar</label><div class="iradio checked"><input type="radio" name="quux[2]" id="baz[1]" checked></div><label for="baz[2]">Bar</label><div class="iradio"><input type="radio" name="quux[2]" id="baz[2]"></div> By default, iCheck doesn't provide any CSS styles for wrapper divs (if you don't use skins). Options These options are default:

HTML Table Border This page contains HTML table border code - HTML codes for specifying or changing the border of your tables within your blog or web page. HTML table borders are specified using Cascading Style Sheets (CSS). Typical Table Border To set the border of an HTML table, use the CSS border property. <table style="border:1px solid yellowgreen;"><tr><th>Table header</th><th>Table header</th></tr><tr><td>Table cell 1</td><td>Table cell 2</td></tr></table> Table Cell Borders You'll notice that the above example created a border around the table. To specify a border for your table cells, you'll also need to apply the border property to each cell. <table style="border:1px solid yellowgreen;"><tr><th style="border:1px solid yellowgreen;">Table header</th><th style="border:1px solid yellowgreen;">Table header</th></tr><tr><td style="border:1px solid yellowgreen;">Table cell 1</td><td style="border:1px solid yellowgreen;">Table cell 2</td></tr></table> Collapse the Border My Best Tip? Bottom Border

KNACSS untitled Flippant Heading Donec id elit non mi porta gravida at eget metus. Fusce dapibus, tellus ac cursus commodo, tortor mauris condimentum nibh, ut fermentum massa justo sit amet risus. Modal » Card » Donec sed odio dui. Whys and hows: Flippant is tiny. Flippant is easily customized. Flippant exports a single function: flip. var front = document.getElementByID('flipthis') , back_content = "<h1>I'm the back! Two modes: card (the default), and modal. back = flippant.flip(front, back_content, 'modal') The back gets the default class of flippant-modal-dark for modal flips and flippant-modal-light for cards. back = flippant.flip(front, back_content, 'modal', 'my-modal-classname') The full API: flip(element_to_flip, content_for_back, type(modal/card), classname_for_back) -> back_element 74.3% of the magic is in the css file.

The Best Web Hosting Services for 2015 Large or small, every business needs a website. A company without a Web presence leaves many opportunities on the table, as a well-designed website is a factor to attracting clients or customers. And those visitors can translate into big money. Getting StartedThe first step is to find a Web host, the company that will store your website's files on its servers and deliver them to your readers' and customers' browsers. Web hosting services also offer different types of hosting, including shared, virtual private server (VPS), dedicated hosting, and managed WordPress hosting plans. If you're not sure of the type of hosting your business needs, you might want to start small, with shared Web hosting. Once you decide you price range, you need to consider how long you'll need Web hosting. The Features You NeedMany Web hosts offer limited features in their starter packages and then expand the offerings (sometimes tremendously) for higher-tier plans. Uptime, Uptime, Uptime!

Porto - Responsive HTML5 Template Versions HTML5 Version Main Features Overview Porto is a professional multipurpose template for any business or portfolio website, it’s fully responsive design ready to look stunning on any device. Customize your website as much as you want, you have tons of layout possibilities with unlimited variations and colors. The template comes with 35+ HTML pages built using Bootstrap 3. HTML5 and CSS3 Bootstrap 3 Grid System and Responsive Design Touch Swipe Support 55+ HTML Files Blog Pages (Not Functional) Shop Pages (Not Functional) Login/Register Pages and Headers (Not Functional) Wide & Boxed Layouts 6 Header Versions 4 Footer Versions Parallax One Page Template SEO Optimized Over 350 Icons Google Fonts Support Owl Carousel Nivo Slider Premium resources Slider Revolution Responsive jQuery Plugin (12$ Value – Included!) Support Most of the questions are already answered in the FAQ’s – View FAQ’s – Post a New Topic Updates Version 2.9 – 10 April 14 Version 2.8 – 20 March 14 - Shop Pages. Credits

Related: