aboutsummaryrefslogtreecommitdiff
path: root/cs2-simple-website/home/css/main.css
blob: 683822427291c10bf4134f43de9e17e00116d0af (plain) (blame)
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
html,
body {
  background: url(http://art.teleportacia.org/observation/vernacular/stars/pusk.jpg);
}

.nav {
  background-image: -webkit-gradient(linear, left top, right bottom, from(blue), color-stop(50%, yellow));
  background-image: linear-gradient(to bottom right, blue 0% 10%, yellow 50% 100%);
  background-position: center;
  background-attachment: fixed;
}

.bar {
  text-align: center;
  font-size: 30px;
  word-spacing: 10px;
}

a {
  color: black;
  text-decoration: none;
}

a:hover {
  color: red;
}

p {
  font-size: 20px;
  color: yellow;
}

marquee {
  font-size: 60px;
  color: orange;
}

h1 {
  color: red;
}

.important {
  color: green;
}

.imgs {
  display: block;
  position: absolute;
  right: 800px;
  bottom: 0px;
}

.update {
  text-align: right;
  margin: 10px;
  padding: 10px;
  color: orange;
}

.welcome {
  display: block;
  position: absolute;
  top: 140px;
  right: 25px;
}

.norm {
  color: brown;
}

.guest {
  color: burlywood;
}