What do you want to save?
Add Code snippet
New code examples in category CSS
-
LazerDad_X 2022-10-07 05:51:43
hgvvgbhj
<div id="content1"><div id="wsite-content" class="wsite-elements wsite-not-footer"> <div><div class="wsite-multicol"><div class="wsite-multicol-table-wrap" style="margin:0 -15px;"> <table class="wsite-multicol-table"> <tbody class="wsite-multicol-t... Add solution -
Awgiedawgie 2022-05-13 22:30:27
css lighten function
color: lighten(var(--primaryColor), 50%); Add solution -
Awgiedawgie 2022-05-13 22:20:09
span cursor pointer
cursor: pointer; /* Mouse image is a hand */ Add solution -
Awgiedawgie 2022-05-13 20:45:50
display flex vertical align center css
/* Answer to: "css flex vertical align" */ .box { display: flex; align-items: center; /* Vertical */ justify-content: center; /* Horizontal */ } .box div { width: 100px; height: 100px; } /* For more information go to: https://de... Add solution -
Awgiedawgie 2022-05-13 19:07:55
html css profile card
<!DOCTYPE html> <html> <head> <style> .card { box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2); max-width: 300px; margin: auto; text-align: center; font-family: arial; } .title { color: grey; font-size: 18px; } button { ... Add solution
Best helpers
Ranking is empty