-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstylesheet.css
More file actions
46 lines (36 loc) · 811 Bytes
/
stylesheet.css
File metadata and controls
46 lines (36 loc) · 811 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
.center {
margin: auto;
width: 20%;
border: 1px solid white;
padding: 10px;
background-color: rgba(161, 204, 82, 0.884);
border-radius: 5px;
}
body {
font-family: Georgia, serif;
color:olive;
}
.name1{
display:flex;
justify-content: space-between;
background-color: rgba(198, 226, 147, 0.884);
border: 2px solid white;
padding:10px;
border-radius: 15px;
margin-bottom: 2px;
}
button {
background-color: black;
color: white;
border-radius: 15px;
padding:4px 16px;
margin-top: 5px;
margin-left: 40%;
}
.name2{
background-color: rgba(161, 204, 82, 0.884);
border: 2px solid white;
padding:10px;
border-radius: 15px;
margin-bottom: 2px;
}