Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save hohoonlee/06f3707716cdd8066acbe99e83a36de9 to your computer and use it in GitHub Desktop.
Save hohoonlee/06f3707716cdd8066acbe99e83a36de9 to your computer and use it in GitHub Desktop.
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<style>
</style>
</head>
<body style="padding:100px">
<div style="width:100px;height:100px;background: blue;border-radius: 50%; padding:-20px 0 0 0;
box-shadow:
0 0 0 10px red,
0 0 0 20px white,
0 0 0 30px red,
0 0 5px 40px rgba(255, 0,0,0.5)">
<div style="font-size:90px;color:white;margin:0 0 0 10px;">★</div>
</div>
</body>
</html>
Copy link

ghost commented May 19, 2018

  1. div 구조를 잘 지켰는가 : 5
  2. box shadow를 이용했는가 : 5

10/10 => 100점 입니다.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment