@import url("https://fonts.googleapis.com/css2?family=Roboto&display=swap"); * { box-sizing: border-box; } html, body { font-family: "Roboto", sans-serif; background: #eceff4; padding: 80px 30px 30px; color: #444; height: 100%; } ol, ul { margin: 0 0 50px 0; } ul { position: relative; width: 75%; margin: 100px auto 0; padding: 10px; box-sizing: border-box; } ul li { display: flex; background: red; } h1 { color: #2e3440; font-size: 48px; } h2 { color: #2e3440; font-size: 28px; } p { line-height: 1.6em; margin-bottom: 10px; font-size: 20px; padding: 0; } p:last-child { margin-bottom: 40px; } code { background: #f8f8f8; color: #d64f9b; border: 1px solid #eee; padding: 2px; border-radius: 3px; } a { font-size: 22px; font-weight: bold; color: #88c0d0; text-decoration: none; transition: all 200ms; } a:hover, a:focus { color: #ebcb8b; } article { margin-bottom: 50px; } article .margin { margin-bottom: 100vh; } nav { display: flex; width: 100%; top: 0; left: 0; background: #3b4252; position: fixed; padding: 30px; } nav a { display: inline-flex; padding: 20px 30px; color: #eceff4; text-decoration: none; } nav a:hover, nav a:focus { color: #ebcb8b; } nav a.active { color: #88c0d0; } .tut_box { border: 2px solid #3b4252; border-radius: 5px; margin-bottom: 10px; padding: 5px; } .tut_box:hover { background-color: #3b4252; color: #eceff4; } .tut_box:hover a { color: #ebcb8b; } .tut_box:hover .out_link { color: #8fbcbb; } .tut_box p { padding: 0px; margin: 0px; } .tut_box .tut_date { float: right; position: relative; top: 0px; right: 0px; text-align: right; } .tutName { font-weight: bold; color: #8fbcbb; font-size: 22px; } .tutName:hover { color: #ebcb8b; } .out_link { font-weight: bold; color: #4c566a; text-decoration: none; padding: 5px, 5px; font-size: 19px; } /*# sourceMappingURL=index_style.css.map */