-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdue.css
111 lines (86 loc) · 1.73 KB
/
due.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
110
111
.headerA{
text-align: center;
font-size: 60px;
color: antiquewhite;
background-position: 50%;
height: 100px;
background-size: 50%;
}
#DA{
background-image: url('wp10697295-wallpaper.jpg');
background-size: 50%;
border-radius: 50px 70px 50px 70px;
}
.dv1{
background-color: rgb(0, 2, 2);
width:100%;
margin: auto;
background-image: url('wp10697295-wallpaper.jpg');
background-size: 50%;
}
.a1{
text-decoration: none;
color: rgb(17, 13, 4);
font-size: 25px;
font-family: Georgia, 'Times New Roman', Times, serif;
padding: 8px;
margin-right: 8px;
border-radius: 20px 25px 30px 35px;
border: 50px;
background-color: white;
}
.a1:hover{
color: blueviolet;
font-size: 24px;
}
.nav1{
text-align: center;
margin-top: 20px;
}
.ft1{
margin-top: 60%;
color: black;
text-align: center;
font-size: 30px;
background-color: blueviolet;
opacity: 0.8;
height: 30px;
text-shadow: -2px 2px 2px #999;
}
body{
background-color: rgb(0, 2, 2);
}
.dv2{
background-image: url('wp10678747-wallpaper.jpg');
opacity: 0.7;
background-repeat: no-repeat;
background-size: cover;
width: 100%;
margin: auto;
}
.img1{
float: right;
margin-top: 10%;
float:upper;
box-shadow: 0 0 25px 10px blue;
}
.img1:hover{
height: 432px;
width: 632px;
}
.bl1{
font-size: 30px;
font-style: italic;
width:96%;
text-shadow: -2px 2px 2px #999;
}
.HT{
font-style: italic;
font-size: 45px;
text-align: center;
color: black;
border-radius: 20px 25px 30px 35px;
background-color: white;
width: 900px;
margin-left: 28%;
}