FrontEnd/CSS
-
칠판 만들기FrontEnd/CSS 2022. 7. 29. 17:06
프로젝트에 들어갈 페이지에 html 및 css로 칠판을 만들어 보았다. - html My page BOARD ERASER 청소당번 - css @font-face { font-family: '동희체'; src: url(../font/나눔손글씨\ 노력하는\ 동희.ttf); } body { background-color: white; display: flex; justify-content: center; } .myPage-title { text-align: center; font-size: 40px; margin: 30px 30px 50px 30px; } .container { border: 10px solid rgb(133, 77, 60); width: 1200px; height: 600px; backgro..
-
CSS -> SCSS 변환FrontEnd/CSS 2022. 5. 30. 17:22
*SASS에서 → CSS로 변환 https://www.sassmeister.com/ SassMeister | The Sass Playground! SassMeister: The sassiest way to play with Sass, Compass, & LibSass! Loading... www.sassmeister.com *CSS → SASS 또는 SCSS로 변환 http://css2sass.herokuapp.com/ css2sass | Convert CSS Snippets to Syntactically Awesome StyleSheets code CSS (paste your CSS code and convert!) Your Syntactically Awesome StyleSheets code css2..