-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathstyle.css
More file actions
63 lines (62 loc) · 1.08 KB
/
style.css
File metadata and controls
63 lines (62 loc) · 1.08 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
html {
background: url("https://images.unsplash.com/photo-1593024282550-af02e8726937?ixlib=rb-1.2.1&ixid=eyJhcHBfaWQiOjEyMDd9&auto=format&fit=crop&w=750&q=80") no-repeat center center fixed;
-webkit-background-size: cover;
-moz-background-size: cover;
-o-background-size: cover;
background-size: cover;
}
body{
background:none;
color:black;
}
form{
width:50%;
position:relative;
left:300px;
top:200px;
}
a{
margin:20px;
color:white !important;
}
.hidden{
display:none;
}
.navigation{
width: 100%;
height: 60px;
border: solid 1px white;
}
.logo{
float:left;
color: white;
font-weight: bold;
font-size: 30px;
padding-left: 25px;
}
.username{
float: right;
padding-top: 17px;
padding-right: 25px;
}
.logout button{
border: 2px solid white;
color: white;
}
.logout button:hover{
color: white;
background-color: black;
}
.logout{
float: right;
padding-right: 25px;
padding-top: 12px;
}
textarea{
width: 100%;
height: 520px;
resize:none;
}
.textarea{
padding: 40px;
}