-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
104 lines (101 loc) · 1.75 KB
/
index.css
File metadata and controls
104 lines (101 loc) · 1.75 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
100
101
102
103
104
*{
margin: 10;
padding: 100;
box-sizing: border-box;
/* display: flex;
flex-direction: row; */
}
body
{
height: 100px;
width: 100%;
background-image: url('./dwn.jpg');
background-size: auto;
}
.container
{
width: 650px;
margin: 100px auto;
padding: 40px;
}
.inputs
{
padding:2px;
text-align: center;
justify-content: center;
background: rgb(80, 96, 91);
height: 100px;
border: 4px solid rgb(46, 48, 38);
background-image: url('./download2.jpeg');
}
.inputs input[type="text"]
{justify-content: center;
height: 10px;
width: 20rem;
background: #e9e3e3;
color: #24929a;
font-weight: bold;
font-size: 1rem;
padding: 10px;
border: 2px solid rgb(191, 214, 86);
border-radius: 3px;
margin-right: 4px;
}
.inputs input[type="sumbit"]
{
height: 3rem;
width: 6rem;
text-align: center;
color: #5e0df4;
background: rgb(131, 131, 150);
font-weight: bold;
color: rgb(255, 255, 255);
font-size: 1rem;
margin-top: 20px;
border: none;
border-radius: 4px;
}
.btn:hover{
background-color: #48a0a4;
}
.display
{
text-align: center;
width: 520px;
color: #4a94d4;
}
.wrapper
{
margin: 0 9rem;
background-color: rgb(172, 189,221);
height: 45vh;
margin: 50px auto;
border-radius: 2px;
}
.wrapper h2
{
padding: 10px 0;
text-align: center;
background: #283612;
color: white;
border: 10px bold rgb(165, 141, 141);
}
.wrapper p
{
margin: 20px 50px;
margin-right: 20px;
text-align: left;
color: #04214c;
font-size: 23px;
border: 10px bold rgb(165, 141, 141);
}
.wrapper h2 span
{
font-size: 26px;
color: #0beefb;
}
.wrapper p span
{
color: #5e0df4;
font-size: 25px;
}