File tree Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Expand file tree Collapse file tree 1 file changed +25
-0
lines changed Original file line number Diff line number Diff line change 99
99
top : 50% ;
100
100
transform : translate (50% , -50% );
101
101
}
102
+ .dots {
103
+ position : absolute;
104
+ left : 50% ;
105
+ bottom : 0 ;
106
+ transform : translate (-50% , 32px );
107
+ display : flex;
108
+ gap : 12px ;
109
+ }
110
+ .dot {
111
+ height : 12px ;
112
+ width : 12px ;
113
+ background-color : # fff ;
114
+ border : 2px solid # 087f5b ;
115
+ border-radius : 50% ;
116
+ cursor : pointer;
117
+ }
118
+ .dot--fill {
119
+ background-color : # 087f5b ;
120
+ }
102
121
</ style >
103
122
</ head >
104
123
< body >
146
165
/>
147
166
</ svg >
148
167
</ button >
168
+ < div class ="dots ">
169
+ < button class ="dot dot--fill "> </ button >
170
+ < button class ="dot "> </ button >
171
+ < button class ="dot "> </ button >
172
+ < button class ="dot "> </ button >
173
+ </ div >
149
174
</ div >
150
175
</ body >
151
176
</ html >
You can’t perform that action at this time.
0 commit comments