-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathStyle.css
More file actions
56 lines (46 loc) · 739 Bytes
/
Copy pathStyle.css
File metadata and controls
56 lines (46 loc) · 739 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
53
54
55
56
header {
background: #f8f8f8;
padding: 10px 0;
}
nav ul {
list-style-type: none;
margin: 0;
padding: 0;
display: flex;
justify-content: flex-end; /* Align items to the right */
}
nav ul li {
margin-left: 20px;
}
nav ul li a:hover {
color: black;
}
#myname {
font-size: 50px ;
}
.li {
background-color: #4CAF50;
}
h1 {
background: #;
}
.welbutton{
background-color: #4CAF50;
color: white;
border: none;
padding: 10px 20px;
text-align: center;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
cursor: pointer;
}
body {
font-family: system-ui;
background: #1e293b;
color: white;
text-align: center;
}
img {
image-size:
}