Lab15
This commit is contained in:
21
Chapter ZIPs/JavaScript/ch7/jackie.css
Executable file
21
Chapter ZIPs/JavaScript/ch7/jackie.css
Executable file
@@ -0,0 +1,21 @@
|
||||
body {
|
||||
font-family: Verdana, Arial, Helvetica, sans-serif;
|
||||
font-size: 24px;
|
||||
color: #660000;
|
||||
background-color: #FFEFE8;
|
||||
}
|
||||
h1, h2, h3 {
|
||||
background-position: center;
|
||||
text-align: center;
|
||||
}
|
||||
.floatleft {
|
||||
float: left;
|
||||
}
|
||||
.floatright {
|
||||
float: right;
|
||||
}
|
||||
p {
|
||||
font-family: Georgia, "Times New Roman", Times, serif;
|
||||
font-size: 16px;
|
||||
color: #660000;
|
||||
}
|
Reference in New Issue
Block a user