-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabwork.css
More file actions
50 lines (47 loc) · 780 Bytes
/
Copy pathlabwork.css
File metadata and controls
50 lines (47 loc) · 780 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
. menu{
margin: 0;
padding: 0;
box-sizing: border-box;
}
p{
display: block;
margin-left: 0;
color: yellow;
}
img{
align-content: center;
margin: 0 auto;
text-align: center;
}
.head {
text-align: center;
border: red 2px;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
width: 10%;
height: 10%
}
ul.menu{
text-decoration: underline;
padding-top: 20px;
padding-inline:20px 40px;
}
.foot{
text-align: bottom;
align-content: center;
margin: 0 auto;
text-align: center;
background-color: pink;
width: 400%
color:white;
fornt font-family: bold;
padding: 10px;
}
h3{
color: skyblue;
text text-decoration: underline;
text-align:right;
font-size: 25px;