-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
51 lines (42 loc) · 1003 Bytes
/
style.css
File metadata and controls
51 lines (42 loc) · 1003 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
*{
box-sizing: border-box;
}
h1{
text-align: center;
}
p {
background-color: #23d3e0;
border: px solid black;
height:150px;
margin-right: 10px;
padding: 40px 10px 5px 10px;
overflow: hidden;
}
#container {
position: relative;
}
#p1 {
background-color: #D59898;
position: absolute;
top: 0;
right: 0;
font-weight: bold;
height: 35px;
width: 120px;
padding: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}
#p2 {
background-color:#C14543 ;
color: white;
position: absolute;
top: 0;
right: 0;
font-weight: bold;
height: 35px;
width: 120px;
padding: 10px;
text-align: center;
font-family: Arial, Helvetica, sans-serif;
}