- CSS stands for Cascading Style Sheet.
- Styles define how to display HTML elements
- Styles were added to HTML 4.0 to solve a problem
- External Style Sheets can save a lot of work
- External Style Sheets are stored in CSS files
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ## Sublime Text 3 Serial key build is 3176 | |
| > * Added these lines into /etc/hosts | |
| 127.0.0.1 www.sublimetext.com | |
| 127.0.0.1 license.sublimehq.com | |
| > * Used the license key | |
| ----- BEGIN LICENSE ----- |
Looking for a pair of HDDs to use in RAID configuration for backing up valuable data, and to use in budget home theatre/streaming server build that will remain on 24/7. Hope that they will last 5-10+ years.
Minimum Requirements:
- Internal 3.5" or 2.5" HDD
- $80-100 total cost (both drives)
- 1.0 TB
- 7200 rpm
Arya returns to Winterfell and Littlefinger tries to pit her against Sansa, showing Arya the note Sansa wrote to Robb way back to swear fealty to Joffrey; Bran sees right through it.
The Trio of Awesome is formed--Arya Stark, Brienne of Tarth, Lyanna Mormont. Shenanigans.
Dany receives word from Varys about Castery Rock.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 'use strict'; | |
| // simple express server | |
| var express = require('express'); | |
| var app = express(); | |
| var router = express.Router(); | |
| app.use(express.static('public')); | |
| app.get('/', function(req, res) { | |
| res.sendfile('./public/index.html'); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <!DOCTYPE html> | |
| <html> | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>Android Jellybean Loading animation with pure css. · CodePen</title> | |
| <!-- | |
| Copyright (c) 2012 Simon Clavey, http://codepen.io/Simonclavey | |
| Permission is hereby granted, free of charge, to any person obtaining |