generated from LaunchCodeEducation/HTML-Me-Something-Starter
-
Notifications
You must be signed in to change notification settings - Fork 1
/
styles.css
80 lines (66 loc) · 1.11 KB
/
styles.css
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
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
.row {
display: grid;
grid-template-columns:
auto auto auto;
}
img {
float: right;
}
.column {
padding: 5px;
box-sizing: border-box;
align-items: center;
}
#mainHeading {
color: red;
text-align: center;
}
.funParagraph {
color: green;
text-align: center;
}
body {
font: 100% Garamond, serif;
line-height: 1.99999;
height: 400px;
width: 100%;
background-image: url(images/backgroundBloodCells.jpg);
text-align: center;
font-family: "Garamond", serif;
font-size: 20px;
margin: 8px;
}
style {
background-image: backgroundBloodCells;
opacity: 0.1;
}
p {
color: black;
text-align: center;
}
h1 {
color: rgb(1, 82, 1);
text-align: center;
}
#box1 {
width: 80%;
border: 92px lavenderblush;
margin: 0 auto;
color: #fff;
background: lightblue;
opacity: 0.8;
border-radius: 95px
}
#box2 {
width: 80%;
border: 92px lavenderblush;
margin: 0 auto;
color: #fff;
background: lightblue;
opacity: 0.8;
border-radius: 95px
}
main {
color: black;
text-align: center;
}