-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex-styles.css
More file actions
93 lines (80 loc) · 1.61 KB
/
index-styles.css
File metadata and controls
93 lines (80 loc) · 1.61 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
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
html{
background-image: url("https://www.toptal.com/designers/subtlepatterns/patterns/double-bubble-dark.png");
background-position: center;
background-repeat: repeat;
background-size: 30%;
}
#images{
padding: 25px;
border-style: none;
display: flow-root;
}
#After{
border-style: double;
border-color: gold;
margin-right: 100px;
float: right;
}
#Before{
border-style: double;
border-color: gold;
margin-left: 100px;
float: left;
}
h1{
font-family: 'Antic Didone', serif;
font-size: 300%;
}
h2{
text-align: center;
padding-bottom: 35px;
padding-top: 1%;
}
div{
background-color: black;
opacity: 0.85;
color: gold;
display: flex;
justify-content: left;
padding-top: 2%;
padding-bottom: 4%;
padding-left: 1%;
border: 2px solid gold;
border-radius: 30px;
}
main{
background-color: black;
opacity: 0.85;
color: #e5e4e2;
margin-top: 10px;
padding-bottom: 5%;
border: 2px solid gold;
border-radius: 30px;
}
form{
display: flex;
justify-content: center;
}
#button,#upload{
background-color: gold;
border-radius: 15px;
padding: 0.7%;
display: inline;
color: black;
text-align: center;
}
footer{
display: flex;
background-color: black;
opacity: 0.85;
color: #e5e4e2;
margin-top: 10px;
justify-content: center;
align-items: center;
border: 2px solid gold;
border-radius: 30px;
}
#social {
height: auto;
width: 3%
}