-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmobilemain.css
78 lines (69 loc) · 1.21 KB
/
mobilemain.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
* {
box-sizing: border-box;
}
html {
font-family: "Lucida Sans", sans-serif;
}
.main {
width: 100%;
float: left;
}
.header {
height: 600px;
text-align: center;
position: relative;
top:300px;
}
.list {
text-align: center;
font-family: "Roboto",sans-serif;
font-weight: 35px;
font-size: 18px;
}
.list ul{
list-style-type: none;
margin: 0;
padding: 0;
}
#lang {
text-align: center;
}
.list li{
padding: 8px;
margin-bottom: 7px;
background-color: blue;
color: #ffffff;
box-shadow: 0 1px 3px white, 0 1px 2px black;
}
.table {
position: center;
text-align: center;
}
#table1{
position: relative;
border-style: solid;
border-width: 3px;
border-color: black;
border-radius: 8px;
font-size: 18px;
}
#showTable {
text-align: center;
border-style: solid;
border-width: 3px;
border-color: white
}
.form {
}
@media only screen and (min-width: 600px) {
body {
color: white;
background-image: url("https://backgroundcheckall.com/wp-content/uploads/2017/12/best-background-images-for-professional-websites-4.jpg");
background-size: cover;
}
@media only screen and (max-width: 800px) {
body{
color: black;
background-image: url("https://i.ytimg.com/vi/uNCr7NdOJgw/maxresdefault.jpg");
}
}