Search
Star
Feedback
Setup for Free
© 2026 Hedgehog Software, LLC
Twitter
GitHub
Discord
System
Light
Dark
More
Communities
Docs
About
Terms
Privacy
Icons are not centered in half screen - Kevin Powell - Community
KP-C
Kevin Powell - Community
•
3y ago
•
5 replies
ZrizzyOP
Icons are not centered in half screen
I have tried everything I know
, but I
'm a little rusty
codepen
:
https://codepen.io/Zrizzy/pen/NWeQgGv
<
!DOCTYPE html
>
<html lang
=
"en
"
>
<head
>
<link rel
=
"stylesheet
" href
=
"css
/index
.css
"
>
<link rel
=
"stylesheet
" href
=
"
https://fonts.googleapis.com/css2?family=Material+Symbols+Outlined:opsz,wght,FILL,GRAD@24,400,0,0
"
/
>
<meta charset
=
"UTF
-8
"
>
<meta name
=
"viewport
" content
=
"width
=device
-width
, initial
-scale
=1
.0
"
>
<title
>you suck if u read this
<
/title
>
<
/head
>
<body
>
<ul class
=
"sidebar
"
>
<li class
=
"icon
"
>
<span class
=
"material
-symbols
-outlined
"
>
add
<
/span
>
<
/li
>
<li class
=
"icon
"
>
<span class
=
"material
-symbols
-outlined
"
>
add
<
/span
>
<
/li
>
<
/ul
>
<
/body
>
<
/html
>
CSS
:
ul
{
height
: 100vh
;
position
: fixed
;
background
-color
:
#d13d3d
;
border
-color
:
#00ADB5
;
border
: solid
;
border
-width
: 4px
;
border
-radius
: 5px
;
width
: 5vw
;
display
: flex
;
justify
-content
: center
;
}
li
{
list
-style
-type
: none
;
text
-align
: center
;
}
(the colors are temperery
)
CodePen
Zrizzy
NWeQgGv
.
.
.
Kevin Powell - Community
Join
A friendly place for developers to meet other devs, ask questions, get help, and just have a good time 🙂.
36,263
Members
View on Discord
Resources
ModelContextProtocol
ModelContextProtocol
MCP Server
Was this page helpful?
Yes
No
Similar Threads
Recent Announcements
Similar Threads
Image is not centered
KP-C
Kevin Powell - Community / front-end
4y ago
Allow overflow when centered element goes off screen
KP-C
Kevin Powell - Community / front-end
15mo ago
Icons
KP-C
Kevin Powell - Community / front-end
4y ago
Why are my icons leaving the nav?
KP-C
Kevin Powell - Community / front-end
3y ago