-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathFormat3.css
115 lines (104 loc) · 1.53 KB
/
Format3.css
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
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
html{
background-color: #C5D8D1;
}
.active {
background-color: #8aa1d1;
color: #f57d05;
}
header {
background-color:#12263a;
font-family:monospace;
color: white;
}
body {
margin: 0;
padding: 0;
}
h1 {
margin: 0;
padding:10px;
box-shadow: 10px 10px 5px #556ea3;
}
.mainbox{
display:flex;
width: 800px;
flex-wrap: wrap;
flex-direction: column;
align-items: center;
margin-bottom: 15px;
justify-content: center;
padding: 10px;
margin: 5px;
box-shadow: 10px 10px 5px #453e3c;
}
.mainimg {
height: 250px;
width: 250px;
}
main {
display: flex;
justify-content: center;
flex-wrap: wrap;
}
div {
border: 15px outset #06BCC1;
padding: 50px;
margin: 20px;
background-color: #12263a;
font-family: monospace;
color: white;
border-radius: 3%;
}
.circle {
border-radius: 100%;
}
.row {
display:flex;
flex-direction:row;
}
.sections{
display:flex;
margin: 10px;
}
.centered {
display: block;
margin-left: auto;
margin-right: auto;
width: 50%;
height: 250px;
width: 250px;
border-radius: 100%;
}
h2 {
font-family: monospace;
color: white;
width: 200px;
margin: auto;
padding: 5px;
margin-top: 5px;
margin-bottom: 5px;
}
form {
display:flex;
flex-direction: column;
}
label {
display:block;
border-bottom: 3px;
border-bottom-color: #ffde85;
}
textarea {
display: block;
width:300px;
height:100px;
}
span {
display: block;
color: red;
}
img {
border-radius:5%;
}
p {
text-align:center;
}