Created
May 16, 2018 06:59
-
-
Save hohoonlee/06f3707716cdd8066acbe99e83a36de9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!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> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
10/10 => 100점 입니다.