forked from Job-madi/moodifier-html-pages
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
108 lines (94 loc) · 1.62 KB
/
styles.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
body
{
background-image: url('bg.png');
background-size: cover;
background-repeat: no-repeat;
}
.bodyindex{
background-image: url('https://i.ibb.co/QCDkDTH/Copy-of-moodify-1.png');
/* background-size: cover; */
width: 100%;
height: 100%;
}
.form1{
color: white;
}
.footer{
color: white;
}
.file1 {
background-color: black;
opacity: 0.7;
font-family: sans-serif;
border-radius: 10px;
color: white;
width: 300px;
padding: 20px;
border-style: solid ;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
margin: 4px 2px;
}
.title
{
/* margin-left: 30%;
margin-top: 7%;
padding-right: 10px; */
align-self: center;
font-size: 20px;
height: 40%;
width: 40%;
/* background-color:rgba(255,255, 255); */
color: rgba(255, 0, 0);
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
}
#image
{
padding-left: 20px;
padding-top: 5px;
height: 80%;
width: 25%;
margin-top: 5%;
margin-left: 38%;
border: 5px;
font-size: 10px;
background-color: white;
color: red;
}
#pic
{
z-index: 5px;
border: 5px;
color:black;
background-color: black;
height: 40%;
width: 90%;
}
.title-header{
position: relative;
text-align: center;
color: white;
width: 100%;
}
.header-image{
width: 30%;
}
.container{
color: white;
}
a:link, a:visited {
text-decoration: none;
color: white;
}
.footer{
height: 60px;
width: 100%;
margin-left: 0;
margin-top: 40px;
opacity: 0.0;
}