comparison css/style.css @ 86:1fed81c848a5

html: add plugs
author Paper <paper@paper.us.eu.org>
date Sun, 09 Jun 2024 22:07:26 -0400
parents 52d59a351bf5
children 60f77a3de847
comparison
equal deleted inserted replaced
85:52d59a351bf5 86:1fed81c848a5
161 161
162 .center-image { 162 .center-image {
163 display: block; 163 display: block;
164 margin: 0 auto; 164 margin: 0 auto;
165 } 165 }
166
167 .plugs-list {
168 display: flex;
169 width: 100%;
170
171 flex-wrap: wrap;
172 justify-content: center;
173 column-gap: 4px;
174 }
175
176 .plugs-list-item {
177 display: block;
178
179 width: 88px;
180 height: 31px;
181
182 opacity: 80%;
183 }
184
185 .plugs-list-item:hover {
186 opacity: 100%;
187 }