forked from Rishika464/UID-Project
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathindex.css
More file actions
129 lines (104 loc) · 2.36 KB
/
index.css
File metadata and controls
129 lines (104 loc) · 2.36 KB
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
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
/*.bg{
background-size: contain;
background-image: url(https://www.wallpapertip.com/wmimgs/25-250715_world-map-black-and-white.jpg);
width: 100%;
height: 100vh;
skippp
}*/
body{
background-image:url("89125.jpg");
background-size: contain;
color: rgb(7, 26, 43);
background-repeat:round;
font-family: 'Times New Roman', Times, serif;
}
.topnav{
display: flex;
width: 100%;
top: 0cm;
position: fixed;
font-weight: bolder;
text-transform: uppercase;
padding-left: 0px;
}
.topnav a{
color: rgb(251, 251, 251);
text-decoration: none;
padding: 7px;
background-color: blueviolet;
flex-grow: 1;
font-size: 20px;
}
.topnav p:hover{
background-color: antiquewhite;
border-radius: 25px;
padding: 13px;
width: fit-content;
transition: 0.2s;
color: blueviolet;
}
.fr:hover{
font-size: larger;
transition: 0.3s;
color: aliceblue;
}
section{
padding-top: 80px;
}
h3,h2{
padding-left: 15px;
}
h1{
padding-top: 50px;
font-family:'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
text-transform: uppercase;
text-align-last:center;
font-size: 25px;
text-shadow: 0 0 7px #312e32;
padding-left: 15px;
}
h1:hover{
font-size: 30px;
transition: 0.3s;
background-color:rgb(137, 49, 219,0.7);
color: antiquewhite;
}
p,table,ul{
font-size: larger;
padding-left: 15px;
}
footer{
margin-top: 40px;
font-size: 20px;
text-align: center;
color: antiquewhite;
background-color: rgba(0, 0, 0, 0.5);
padding-top: 7px;
}
.head:hover{
background-color: transparent;
}
.head{
text-shadow: 0 0 5px #5f178c;
font-size: 30px;
}
/* Style for the rounded-edge box */
.box {
background-color: rgba(200, 148, 253, 0.4); /* Semi-transparent white background */
padding: 20px; /* Add padding to create space between content and box */
/**border-radius: 10px; /* Rounded corners */
margin-bottom: 20px; /* Add margin to create space between boxes */
margin-left: 50px;
margin-right: 50px;
margin-top: 50px;
}
/* Apply styles to h2 and p elements within .box */
.box h1,
.box p {
margin-top: 0; /* Remove default top margin for h2 and p elements */
}
.icon{
padding-right: 8px;
color: whitesmoke;
cursor: pointer;
}