-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmain.css
More file actions
46 lines (41 loc) · 846 Bytes
/
Copy pathmain.css
File metadata and controls
46 lines (41 loc) · 846 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
html {
background: lightblue;
background-image: linear-gradient(270deg, rgb(230, 233, 233) 0%, rgb(216, 221, 221) 100%);
-webkit-font-smoothing: antialiased;
}
body {
background: white;
box-shadow: 0 0 2px rgba(0, 0, 0, 0.06);
color: #545454;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-size: 16px;
line-height: 1.5;
margin: 0 auto;
max-width: 200px;
height: 400px;
top: 600;
bottom: 200;
margin-left: 10;
padding: 2em 2em 4em;
}
tittle {
color: rgb(0, 102, 255);
text-align: 0;
}
h1{
text-align:center;
color: black;
font-weight: 600;
line-height: 2;
}
form method{
text-align: center;
background-color: gray
}
form{
text-align: center-right;
background-color: green;
}
img {
position: center;
}