forked from breatheco-de/exercise-postcard
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyles.css
More file actions
75 lines (72 loc) · 1.09 KB
/
Copy pathstyles.css
File metadata and controls
75 lines (72 loc) · 1.09 KB
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
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
body{
background-color:black;
font-family: 'Chilanka';font-size: 13px;
padding-top: 160px;
}
#content-principal{
width: 30%;
margin: auto;
background-color:white;
}
#wrapper{
display: flex;
}
#sidebar{
width: 30%;
flex: 85%;
padding-left: 10px;
}
#content{
width: 30%;
flex: 15%;
margin: auto;
padding-right: 5px;
}
#sidebar-1{
width: 30%;
flex: 50%;
padding-left: 10px;
}
#content-1{
width: 30%;
flex:50%;
padding-top: 10px;
padding-left: 15px;
}
img {
width: 75%;
margin: auto;
}
input{
width: 152px;
border-left: none;
border-right: none;
border-top: none;
font-family: 'Chilanka';font-size: 13px;
}
#boton{
margin:5px;
text-align: center;
height: 50px;
}
button{
font-family: 'Chilanka';font-size: 13px;
background-color:grey;
font-weight: bold;
height: 18px;
}
i {
position: absolute;
}
.icon {
padding-top: 1px;
margin-left: 143px;
}
.icon-1{
padding-top: 19px;
margin-left: -13px;
}
p{
text-align: justify;
font-weight: bold;
}