-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (44 loc) · 922 Bytes
/
style.css
File metadata and controls
51 lines (44 loc) · 922 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
body {
background-color: black;
}
h1, h2 {
text-align: center;
color: lime;
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
h3 {
text-align: center;
color: rgb(255, 197, 242);
font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif
}
.container {
display: flex;
/* justify-items: auto; */
/* align-content: center; */
border: 20px solid black;
}
img.row1, img.row2, img.row3 {
/* display: flex; */
width: 100%;
align-items: center;
border: 1px solid black;
border-radius: 50%;
float: left;
}
/* img.pic1 {
border: 2px solid black;
}
img.pic2 {
border: 2px solid black;
}
img.pic3 {
border: 2px solid black;
} */
/* img.pic2 {
/* display: flex; */
/* border: 5px dashed blueviolet;
} */
/* img.pic3 {
/* display: flex; */
/* border: 5px dashed blueviolet
} */