-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
51 lines (51 loc) · 837 Bytes
/
index.css
File metadata and controls
51 lines (51 loc) · 837 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
body{
padding: 100px;
}
.content{
background-color: #EEEEEE;
padding: 20px;
border-radius:10px;
border-style: solid;
border-color: #EEEEEE;
border-width: 1px;
}
.mayun-picture{
margin-right: 40px;
margin-left: 40px;
background-color:white;
border-radius:5px;
padding-right: 20px;
}
.mayun-picture img{
border-radius:5px;
margin:10px 10px 0 10px;
width: auto;
height: auto;
max-width: 100%;
max-height:100%;
}
.p-center{
text-align: center;
font-weight: bold;
}
h1{
text-align: center;
font-family: monospace;
font-size: 40px;
}
h5{
text-align: center;
font-size: 20px;
font-family: monospace;
}
.description{
margin-right: 20%;
margin-left: 20%;
}
li{
margin-top:10px;
}
hr{
margin-top:30px;
color: #EEEEEE;
}