-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
143 lines (135 loc) · 2.53 KB
/
styles.css
File metadata and controls
143 lines (135 loc) · 2.53 KB
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
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
:root{
--primary:#7e22ce;
--gourmet:#fdba74;
--headgrey:#6b7280;
--off-white:#e5e7eb;
--goodwhite:#f1f5f9;
--udline:#0f172a;
}
.mainj{
background-color: var(--primary);
padding:1rem 0rem;
}
.Linkw{
/* color: var(--primary); */
text-decoration: none;
}
@import url('https://fonts.googleapis.com/css2?family=Golos+Text&display=swap');
body{
font-family: 'Golos Text', sans-serif;
margin:0px;
}
.primary{
color:azure;
padding:0.5rem 1rem;
border-radius: 0.5rem;
background-color: var(--primary);
}
.centre{
max-width:100%;
/* margin:auto; */
padding-left:40%;
}
.secondary{
padding:0.5rem 0.5rem;
border-radius:1rem;
border:1px solid var(--primary);
margin-left:1.5rem;
color:var(--primary);
}
/* Lists */
.inline-list{
display: inline;
padding:0rem 0.5rem;
}
.padding-left{
padding:0.5rem 0.5rem
}
/* navigation */
.nave{
text-decoration: none;
color:white;
font-size:1.05rem;
}
.navigation{
background-color: var(--primary);
padding:0.5px 0.5rem;
border-bottom-left-radius:19px;
margin-bottom:0.9rem;
}
.isli{
text-align:right;
}
.navigation h3{
color:var(--grey);
}
/* header */
.imgi{
display:block;
margin:auto;
max-width:700px;
border:1px solid red;
}
.edithead h1{
color:var(--headgrey);
text-align:center;
font-weight: 1rem;
}
/* sectionedit */
.sectionedit{
padding:2rem 0rem;
text-align:center;
/* border:1px solid red; */
}
.sectionedit p{
max-width:450px;
margin:auto;
line-height:2;
}
.shit{
color:var(--gourmet);
}
.two{
margin-bottom:1rem;
background-color: var(--off-white);
}
.sectionedit h1{
text-decoration: underline;
text-decoration-color:var(--headgrey);
}
/* footer */
.imgl{
display: block;
/* transform: scale(); */
margin:auto;
max-height:300px;
padding-left:5rem;
padding:0rem 0rem;
border:1px solid red;
}
.fotedit h1{
text-align:center;
}
.Linke{
text-decoration: none;
color:var(--goodwhite);
text-decoration:underline;
font-size:16px;
text-decoration-color: var(--udline);
text-decoration-thickness:2px;
text-underline-offset: 3px;
}
.liz{
text-align:center;
padding:2rem 0rem;
padding-left:1.1rem;
background-color:var(--primary);
border-bottom-right-radius:1rem;
}
.myname{
color:var(--headgrey);
/* background-color: var(--off-white); */
/* max-width:fit-content; */
text-align:center;
/* text-decoration: underline; */
}