Skip to content

Instantly share code, notes, and snippets.

@steve54b
Created June 5, 2015 23:35
Show Gist options
  • Save steve54b/3bede2708e8e7b2efab0 to your computer and use it in GitHub Desktop.
Save steve54b/3bede2708e8e7b2efab0 to your computer and use it in GitHub Desktop.
title "An Article" {
font-family:Arial;
color:blue;
float:left;
}
p span {
font-weight:bold;
font-size:139%;
color:magenta;
text-align:center;
}
p + span {
font-size:337%;
font-style:oblique;
font-weight:bold;
background-color:aqua;
text-decoration:underline;
float:right;
}
#header {
font-style:italic;
color:green; /* ITALICS WORK; COLOR REMAINS AS FOR .title */
}
#img1 {
float:left;
left-margin:40%;
}
#img2 {
float:right;
margin-right:8%;
}
#footer {
font-weight:bold;
text-align:left;
color:purple;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment