forked from bloominstituteoftechnology/HTML-CSS-mini
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
38 lines (33 loc) · 734 Bytes
/
styles.css
File metadata and controls
38 lines (33 loc) · 734 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
.top {
border-style: solid;
border-width: 3px 3px 3px 3px;
border-color: black;
text-align: center;
}
.combined {
display: inline-flex;
}
.left-bottom {
border-style: solid;
border-width: 0px 3px 3px 3px;
border-color: black;
padding: 8px 20px 10px 20px;
}
.new {
background-color: rgb(223, 210, 210);
padding: 7px 7px 7px 7px;
width: 36px;
height: 17px;
margin: 0px -20px 0px 0px;
}
.left-top {
display: flex;
justify-content: space-between;
flex-flow: row;
}
.right-bottom {
border-style: solid;
border-width: 0px 3px 3px 0px;
border-color: black;
padding: 10px 20px 10px 20px;
}