forked from shaikhsufyan/Basic-To-Advance-JavaScript-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnext.css
48 lines (46 loc) · 742 Bytes
/
next.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
body{
margin: 0%;
padding: 0%;
background-color: rgb(242, 251, 253);
}
.input{
text-align: center;
background-color: black;
padding: 21px;
}
input{
width: 600px;
height: 38px;
border-radius: 4px;
border: none;
outline: none;
padding: 11px;
font-size: 22px;
cursor: pointer;
}
h1{
color: white;
margin-top: -8px;
font-size: 40px;
font-family: 'Roboto', sans-serif;
}
table tr td{
width: 140px;
font-size: 22px;
padding: 7px;
}
table{
border: 2px solid black;
padding: 22px;
width: 560px;
margin-left: 29%;
}
.top{
display: flex;
justify-content: center;
}
.top p{
width: 155px;
font-size: 24px;
margin-inline: 10px;
}