-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyles.css
89 lines (74 loc) · 1.43 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
*{
font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
}
*::selection{
background-color: #2ECC71;
}
#nav{
background-color: #2ECC71 ;
}
body{
background-color:#F5F5DC ;
margin:0;
padding:0;
}
#btn1:hover{
background-color: #ADD8E6;
transition:all ease 0.5s;
}
.card{
cursor: pointer;
}
#mod2 #img1{
margin-top: 10rem;
margin-left: 8rem;
}
#img2{
margin-top: 10rem;
margin-left: 56rem;
width: 22.5rem;
height: 16rem;
}
#img3{
margin-top: 27rem;
margin-left: 56rem;
height: 14.25rem;
}
#img4{
margin-top: 27rem;
margin-left: 68rem;
height: 14.25rem;
}
#nav a {
color: white; /* Ensure the links have white color */
}
#nav h4, #nav i {
color: white; /* Set icon and text color to white */
}
#right a {
color: white; /* Set the About us link color to white */
}
#btn1 a {
color: white; /* Set Sign In link color to white */
}
footer{
background-color: #F1C40F;
}
#ft-logo{
border-radius: 50%;
}
#tag1{
top:53rem;
scale:3;
}
#features.active {
opacity: 1; /* Make it visible when animated */
transform: translateY(0); /* Move it to its original position */
transition: all 1s ease-in-out; /* Smooth transition for both opacity and movement */
}
#greenline{
height:5rem;
width:8rem;
left:13rem;
top:-3rem;
}