-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
120 lines (99 loc) · 2.7 KB
/
style.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
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
/*
.prep {
display: grid;
}
.colum1 {
grid-column: 1;
}
.colum2 {
grid-column: 1;
text-align: center;
margin-left: -900px;
padding-bottom: 50px;
}
This is for another time. I don't know if this will work with the current understanding of css that I have.
*/
* {
box-sizing: border-box;
}
ul {
list-style-type: none;
text-align: center;
display: flexbox;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
ol {
list-style-type: none;
text-align: center;
display: flexbox;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
h1 {
background-color:rgba(50, 200, 200, 0.5);
color: rgba(25, 55, 125, 0.4);
font-weight: bold;
border: solid;
max-width: 400px;
margin: 0 auto;
text-align: center;
display: flexbox;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
border-radius: 15px;
}
img {
border-radius: 10%;
place-items: center;
}
h2 {
text-align: center;
display: flexbox;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
p {
text-align: center;
display: flexbox;
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
.image {
display: flex;
max-width: 400px;
margin: 0 auto;
}
.nav1 {
/* border: solid;
border-color: rgba(50, 100, 100, 0.5);
max-width: 800px;
margin: 0 auto;
background-color: rgba(50, 200, 200, 0.5);
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
border-radius: 15px; */
display: flex;
margin: 0 auto;
justify-content: center;
flex-direction: column;
border: 2px solid black;
max-width: 600px;
background-color: rgba(50, 200, 200, 0.5);
border-radius: 15px;
padding-top: 15px;
padding-bottom: 15px;
margin-top: 40px;
}
.index_h1 {
display: flex;
padding-left: 100px;
padding-top: 20px;
padding-bottom: 20px;
/* padding-right: 100px; */
border-radius: 15px;
margin: 0 auto;
color: black;
}
html {
background-color: #fff;
}
.home-link {
text-decoration: none;
color: black;
font-weight: 100;
}