-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmain.css
109 lines (92 loc) · 1.47 KB
/
main.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
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
.index
{
background-color: black;
background-size: cover;
}
header
{
background-color: blue;
color: orange;
text-shadow: 0 0 3px #FF0000, 0 0 5px #0000FF;
}
#mynavbar{
display: flex;
align-items: center;
justify-content: center;
}
.order{
background-color: black;
background-size: cover;
}
body, html{
height: 100%;
}
.content
{
display: flex;
align-items: center;
justify-content: center;
}
.block-1 {
padding-top:70px;
width:340px;
float:left;
text-align:center;
color: orange;
text-shadow: 10px 10px 10px red;
}
.block-1 img
{
width: 216px;
height:210px;
}
.block-1>div {
padding:10px 30px 15px 30px;
margin-top:14px;
}
.my_games_tab
{
background-color: black;
background-size: cover;
}
.games
{
font-family: fantasy;
color: orange;
}
.gray_bck
{
background-color: grey;
}
.inverse_gray
{
background-color: powderblue;
}
.games img
{
height: 32px;
width: 32px;
margin-left: 10px;
}
.row
{
margin-left: 10px;
margin-top: 5px;
}
.container{
width: 30%;
margin-top: 50px;
font-size: 15px;
border-radius: 15px;
background-color: gray;
color:orange;
font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-shadow: 0 0 5px #0000FF;
}
.nar{
text-align: center;
margin-top: 5px;
margin-bottom: 5px;
margin-left: 5px;
margin-right: 5px;
}