-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathnext.css
More file actions
128 lines (116 loc) · 2.4 KB
/
next.css
File metadata and controls
128 lines (116 loc) · 2.4 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
/* Container needed to position the button. Adjust the width as needed */
.container {
position: relative;
width: 100%;
}
/* Make the image responsive */
.container img {
width: 100%;
height: auto;
}
.container .btn:hover {
background-color: black;
}
.nature{
.container .btn {
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #555;
color: white;
font-size: 16px;
padding: 12px 24px;
border: none;
cursor: pointer;
border-radius: 5px;
}margin-top: 0px;
}
.dropdown:hover .dropdown-menu {
display: block;
}
#navbar {
color: green;
background-color: green; /* Black background color */
position: fixed; /* Make it stick/fixed */
top: -50px; /* Hide the navbar 50 px outside of the top view */
width: 100%; /* Full width */
transition: top 0.3s; /* Transition effect when sliding down (and up) */
}
.navbar-custom {
color: white;
background-color: green;
position:fixed-top;
font-size: 20px;
}
.active {
background-color: white;
color: black;
}
#left {
width: 300px;
float: left;
padding: 15px;
margin: 10px;
background: #f8f8f8;
border: solid 2px black;
}
#center {
width: 325px;
float: left;
padding: 15px;
margin: 10px;
border: solid 2px black;
}
#right {
width: 300px;
padding: 15px;
margin: 10px;
float: left;
background: #f0efef;
border: solid 2px black;
}
.container .btn {
position: absolute;
top: 50%;
left: 100%;
transform: translate(-50%, -50%);
-ms-transform: translate(-50%, -50%);
background-color: #555;
color: white;
font-size: 16px;
padding: 12px 24px;
border: none;
cursor: pointer;
border-radius: 5px;
margin-right:50px;
margin-left:50px;
}
.button {
background-color: green;
border: none;
color: white;
padding: 15px 32px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 25px;
margin: 0px 0px;
cursor: pointer;
float: right;
}
.p2{
border: solid 2px black;
}
.p1{
border: solid 2px black;
}
.g{
text-decoration: underline;
text-align: center;
font-size: 50px;
}
.ab{
font-size:20px;
}