-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathformstyle.css
More file actions
84 lines (84 loc) · 1.42 KB
/
formstyle.css
File metadata and controls
84 lines (84 loc) · 1.42 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
body{
position: relative;
background: #2A9397;
align-items: center;
align-content: center;
max-width: 1000px;
}
.container{
position: relative;
width: 120%;
background: #145153;
margin: 100px;
display: grid;
box-shadow: 0 35px 55px rgba(0, 0, 0, 0.1);
padding: 30px;
padding-left: 50px;
}
td
{
width: 1100px;
height: 20px;
}
p{
font-family: cursive;
font-size: 25px;
font-weight: 500px;
color: #fff;
margin-left: 30px;
}
.text{
width: 400px;
height: 40px;
border-style: outset;
font-size: 25px;
font-family: cursive;
font-weight: 500px;
padding-top: 10px;
padding-bottom:10px ;
}
h1{
align-items: center;
margin-left: 100px;
margin-top: 50px;
font-size: 50px;
sh
}
.file{
font-size: 25px;
font-family: cursive;
}
.btn1, .btn2{
font-size: 25px;
font-family: cursive;
border: 1px solid #145122;
padding-left: 20px;
padding-right: 20px;
cursor: pointer;
border-radius: 10px;
text-align: center;
}
.btn1:hover{
color: #600808;
border-radius: 12px;
box-shadow: 10px 2px 20px 1px rgba(111, 212, 111, 1.0);
}
.btn1:focus{
border-color:1px solid green;
}
.btn2{
margin-left: 400px;
padding: 10px;
padding-left: 20px;
padding-right: 20px;
}
.btn2:hover{
color: #851010;
border-color: 10px solid red;
border-radius: 15px;
background-color: gray;
box-shadow: 10px 2px 10px 1px rgba(159, 20, 20, 1.0);
}
.p1{
font-size: 30px;
}