css scroll down button effect
ยท
html, css
https://codepen.io/nxworld/pen/OyRrGy demo:CSS scroll down button Article - https://www.nxworld.net/tips/css-scroll-down-button.html... codepen.io
nhn ์ปจ๋ฒค์…˜ ๋„ค์ด๋ฒ„ css
ยท
html, css
jquery๋ฅผ ์ด์šฉํ•œ ๊ฐ€์ƒ์„ ํƒ์ž ๋‚ด์šฉ ๋ณ€๊ฒฝํ•˜๊ธฐ
ยท
html, css
:after :before css jquery $('h2').toggleClass('changed');
float:left ์ผ ๋•Œ ์š”์†Œ ๊ฐ€์šด๋ฐ ์ •๋ ฌํ•˜๊ธฐ
ยท
html, css
display:inline์œผ๋กœ ๊ฐ€์šด๋ฐ ์ •๋ ฌ์„ ๋งž์ถœ ์ˆ˜ ์žˆ์ง€๋งŒ ์‚ฌ์ด์‚ฌ์ด ์—ฌ๋ฐฑ์ด ๋ฐœ์ƒํ•˜๋ฏ€๋กœ float์„ ๋งŽ์ด ์‚ฌ์šฉํ•œ๋‹ค. * display:inline ์ผ ๋•Œ ์—ฌ๋ฐฑํ•ด๊ฒฐ ๋ฐฉ๋ฒ• https://ranidiant.tistory.com/17?category=741344 display inline-block ์ •๋ ฌ์ผ ๋•Œ ์‚ฌ์ด ๊ณต๋ฐฑ ul li ์š”์†Œ๋“ค์„ display:inline-block; ์„ ์‚ฌ์šฉํ•˜์—ฌ ์ •๋ ฌ์„ ํ•˜๋ฉด li ๋“ค ์‚ฌ์ด์— ๊ณต๋ฐฑ์ด ์ƒ๊ธด๋‹ค. 1 2 3 4 5 6 7 8 9 10 ul{ overflow:hidden; } li{ display:inline-block; padding:5px; backgro.. ranidiant.tistory.com ์ด๋•Œ, ์ค‘์•™์š”์†Œ๊ฐ€ ํ•„์š”ํ•˜๋ฉด ์–ด๋–ป๊ฒŒ ํ•ด์•ผํ• ๊นŒ 1 2 3 4 5 .wrap{te..
text-indent ์•ˆ๋  ๋•Œ not working
ยท
html, css
๊ธ€์งœ ๋‚ ๋ฆฌ๊ธฐ ์†์„ฑ์œผ๋กœ ์ด์šฉํ•  ๋•Œ text-indent! position:absolute; text-indent:-9999px; ๋ฅผ ์‚ฌ์šฉํ•ด๋„ ์•ˆ๋  ๋•Œ๋Š” ๋ธ”๋ก ์†์„ฑ ์ธ์ง€ ํ™•์ธํ•˜๊ธฐ display:block, display:inline-block
selectbox ํ™”์‚ดํ‘œ ์ด๋ฏธ์ง€ ๋ณ€๊ฒฝ
ยท
html, css
1 2 3 4 5 6 7 8 select { -webkit-appearance: none; /* ๋„ค์ดํ‹ฐ๋ธŒ ์™ธํ˜• ๊ฐ์ถ”๊ธฐ */ -moz-appearance: none; appearance: none; background: url(์ด๋ฏธ์ง€ ๊ฒฝ๋กœ) no-repeat 95% 50%; /* ํ™”์‚ดํ‘œ ๋ชจ์–‘์˜ ์ด๋ฏธ์ง€ */ } select::-ms-expand { display: none; } * IE 10, 11์˜ ๋„ค์ดํ‹ฐ๋ธŒ ํ™”์‚ดํ‘œ ์ˆจ๊ธฐ๊ธฐ */ Colored by Color Scripter cs
HTML 5 Outliner ๊ตฌ์กฐํŒŒ์•… ์•„์›ƒ๋ผ์ธ
ยท
html, css
html5์˜ ๊ตฌ์กฐ๋ฅผ ํŒŒ์•…ํ•ด์ฃผ๋Š” outliner https://gsnedders.html5.org/outliner/ ํŒŒ์ผ / url / ๋ณต๋ถ™์œผ๋กœ ์„ ํƒ ๊ฒฐ๊ณผํ™”๋ฉด!
css๋กœ ๋‹ค์–‘ํ•œ ๋ชจ์–‘ ๋งŒ๋“ค๊ธฐ
ยท
html, css
css๋กœ ๋งŒ๋“  ๋‹ค์–‘ํ•œ ๋ชจ์–‘๋“ค. ์‚ฌ๊ฐํ˜• ์›์—์„œ๋ถ€ํ„ฐ ๋‹ค์ด์•„๋ชฌ๋“œ ๋ณ„ ๋งํ’์„ ๊นŒ์ง€ ๋‹ค์–‘ํ•˜๊ฒŒ ์žˆ๋‹ค. https://css-tricks.com/examples/ShapesOfCSS/
๋ž˜๋‹ˆ
'html, css' ์นดํ…Œ๊ณ ๋ฆฌ์˜ ๊ธ€ ๋ชฉ๋ก (3 Page)