-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathTask-2.1.css
More file actions
99 lines (99 loc) · 2.13 KB
/
Task-2.1.css
File metadata and controls
99 lines (99 loc) · 2.13 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
94
95
96
97
98
99
body{
box-sizing: border box;
max-width: 1440px;
margin-left: auto;
margin-right: auto;
font-size: 16px;
font-family: 'Poppins', sans-serif;
background-color : hsl(0, 100%, 74%);
background-image: url("bg-intro-desktop.png");
}
h2{
margin: 5px;
width: 500px;
max-width: 720px;
margin-top: 250px;
margin-left: 120px;
color: white;
font-size: 50px;
}
main{
margin: 5px;
width: 500px;
max-width: 720px;
margin-left: 120px;
color: white;
font-size: 14px;
}
div{
margin: 5px;
margin-left: 770px;
margin-top: -400px;
width: 500px;
height: 40px;
padding-top: 15px;
box-sizing: border box;
background-color: hsl(248, 32%, 49%);
color: white;
border-radius: 10px;
border: 1px solid black;
text-align: center;
box-shadow: 0px 10px rgb(184, 17, 17, 0.4);
}
form{
width: 440px;
padding: 30px;
box-sizing: border box;
margin-left: 770px;
margin-top: 40px;
border: 2px solid rgb(255, 255, 255);
border-radius: 10px;
background-color: white;
box-shadow: 0px 10px rgb(184, 17, 17, 0.4);
}
#fname,#lname,#name{
box-sizing: border box;
width: 410px;
height: 10px;
padding-top: 20px;
padding-bottom: 20px;
padding-left: 20px;
border: 2px solid black;
border-radius: 7px;
}
button{
width: 440px;
height: 10px;
border:hsl(154, 59%, 51%) ;
border-radius: 7px;
padding-top: 16px;
padding-bottom: 34px;
background-color: hsl(154, 59%, 51%);
color: white;
font-weight: bold;
font-size: 18px;
margin-bottom: 10px;
}
span1{
font-size: 10px;
font-weight: 400;
width: 500px;
margin-top: 10px;
margin-bottom: 10px;
padding: 10px 52px;
color: rgb(194, 33, 33);
}
a{
font-weight: 700;
color:hsl(0, 100%, 63%) ;
text-decoration: none;
}
.attribution{
font-size: 12px;
text-align: center;
margin-top: 60px;
}
.attribution a{
color: hsl(241, 100%, 51%);
text-decoration: none;
}