-
Notifications
You must be signed in to change notification settings - Fork 0
/
style2.css
55 lines (54 loc) · 1.14 KB
/
style2.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
*{
box-sizing: border-box;
}
body{
font-family:sans-serif;
font-size: 17px;
padding: 1px;
}
h1{
text-align: center;
}
.container{
background-color: rgb(234, 238, 241);
padding: 5px 20px 15px 20px;
border: 4px solid rgb(161, 161, 251);
border-radius: 7px;
}
input[type ="text"],input[type ="email"],input[type ="number"],input[type ="password"],input[type ="date"]{
width: 100%;
border-color: blanchedalmond;
border-radius: 5px;
margin: 10px;
}
fieldset{
border: 10px 20px solid rgb(33, 6, 6);
}
input[type="submit"]{
background-color: skyblue;
border: none;
border-radius: 5px;
padding: 10px 20px;
/* text-align: center; */
cursor: pointer;
width: 100%;
}
input[type="submit"]:hover{
background-color: blueviolet;
margin: 3px;
}
.des{
text-align: center;
font-family:cursive;
/* font-style: italic; */
font-size: xx-large;
text-shadow: 4px 4px 4px rgb(124, 139, 228);
}
.p{
font-family:cursive;
size: 5px;
}
input[type="submit"]:hover{
background-color: blueviolet;
margin: 3px;
}