양효빈

countKcal 이미지 편집

...@@ -13,8 +13,7 @@ ...@@ -13,8 +13,7 @@
13 text-align:center; 13 text-align:center;
14 border:1px solid none; 14 border:1px solid none;
15 margin:0px 0px 0px 0px; 15 margin:0px 0px 0px 0px;
16 - padding:0px;https://source.unsplash.com/random/1920x1080 16 + padding:0px;https://source.unsplash.com/random/1920x1080;
17 - ;
18 } 17 }
19 a { text-decoration:none } 18 a { text-decoration:none }
20 } 19 }
......
...@@ -8,9 +8,11 @@ module.exports = { ...@@ -8,9 +8,11 @@ module.exports = {
8 <meta charset="utf-8" /> 8 <meta charset="utf-8" />
9 <style> 9 <style>
10 @import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap'); 10 @import url('https://fonts.googleapis.com/css2?family=Do+Hyeon&display=swap');
11 -
12 </style> 11 </style>
13 - 12 + <script
13 + src="https://code.jquery.com/jquery-3.5.1.js"
14 + integrity="sha256-QWo7LDvxbWT2tbbQ97B53yJnYU3WhH/C8ycbRAkjPDc="
15 + crossorigin="anonymous"></script>
14 </head> 16 </head>
15 <body> 17 <body>
16 18
......