-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathpracticeWeb3.css
More file actions
83 lines (83 loc) · 1.46 KB
/
practiceWeb3.css
File metadata and controls
83 lines (83 loc) · 1.46 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
*
{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
body
{
background-color: rgb(61, 36, 84);
}
h1
{
font-size: 25px;
}
.container
{
display: grid;
grid-template-columns: 1.7fr 2fr 1fr;
}
.container-right
{
margin-top: 80px;
margin-left: 140px;
margin-right: 115px;
margin-bottom: 10px;
padding-bottom: 50px;
background-color: rgb(198, 187, 172);
border-radius: 10px;
}
h4{
text-align: center;
}
.block
{
padding: 15px 25px 15px;
margin-right: 10px;
background-color: rgb(196, 210, 210);
border-radius: 10px;
font-weight: 500;
}
form
{
margin-left: 50px;
}
.hover
{
margin-left: 8px;
color: rgb(212, 152, 108);
}
button
{
color: black;
background-color: rgb(238, 183, 80);
padding: 15px 110px 17px;
border-radius: 5px;
font-size: 20px;
font-weight: 600;
}
input
{
height: 20px;
width: 258px;
padding: 10px;
background-color: rgb(159, 136, 107);
color:rgb(61, 36, 84);
font-weight: bold;
border-radius: 6px;
border: none;
}
label
{
color: rgb(31, 32, 30);
font-weight: 700;
}
a
{
text-decoration: none;
}
.logo
{
font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
font-size: 29px;
margin-top: 5px;
font-weight: bolder;
}