forked from amriteshgupta/WebDev2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathwebsite.css
More file actions
33 lines (29 loc) · 658 Bytes
/
website.css
File metadata and controls
33 lines (29 loc) · 658 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
.header {
background-color: aqua;
font: bold;
margin: 4px;
padding: 2px;
width: 100%;
height: 200px;
text-align: center;
align-content: center;
font-size: 21px;
}
.About {
background-color: aqua;
font: bold;
margin: 2px;
padding: 2px;
width: 55%;
height: 50px;
text-align: center;
font-size: 21px;
flex-direction: end;
align-self: center;
}
.time {
background-color: chocolate;
font-family: cursive margin 2px;
padding: 2px;
align-self: right;
}