forked from AnthonyParkerJr/HTML-CSS-Pair-Programming-Lab-1
-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathindex.css
More file actions
52 lines (41 loc) · 574 Bytes
/
index.css
File metadata and controls
52 lines (41 loc) · 574 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
/*.blackband{
background-color: black;
color: darkorange;
width: 100%;
}*/
.turtle {
background-color: black;
color: darkorange;
width: 100%;
}
.rat {
background-color: black;
color: white;
height: 24px;
}
.brain {
height: 100;
width: 240;
top: 0;
right: 0;
}
a {
color: darkorange;
}
.column {
float: left;
width: 50%;
}
.columnB {
float: left;
width: 33%;
background-color: slategray;
}
.row {
margin-left: 1%;
}
.row:after {
content: "";
display: table;
clear: both;
}