-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathnet.css
72 lines (61 loc) · 1.2 KB
/
net.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
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
body{
background-image: url(rows.jpg);
}
.header{
padding: 10px;
margin: 20px;
border-radius: 20px;
height: 75px;
display: flex;
flex-direction: row;
}
h1{
color : white;
text-align: center;
font-family: 'Times New Roman', Times, serif;
margin-top: 250px;
margin-left: 100px;
margin-right: 100px;
font-stretch: extra-expanded;
}
h3{
color: white;
text-align: center;
font-stretch: expanded;
}
input {
font-size: medium;
background-color: rgb(88, 89, 90,0.5);
margin-left: 400px;
height: 40px;
width: 335px;
color: white;
}
button{
height: 45px;
width: 175px;
background-color: rgb(160, 7, 7);
border-radius: 4px;
border-color: rgb(167, 7, 7);
border-style: solid;
color: white;
font-size: medium;
font-style: bold;
}
nav{
display: flex;
align-items: center;
justify-content:space-between ;
padding: 10px 0;
}
.s{
margin-left: 30px;
border-radius: 5px;
}
#language{
width: 100px;
height: 44px;
margin-left: 800px;
background-color: rgb(54, 52, 52,0.8);
color: white;
}