• This project
    • Loading...
  • Sign in

강상위 / db-frs

%ea%b7%b8%eb%a6%bc1
Go to a project
Toggle navigation Toggle navigation pinning
  • Projects
  • Groups
  • Snippets
  • Help
  • Project
  • Activity
  • Repository
  • Graphs
  • Network
  • Create a new issue
  • Commits
  • Issue Boards
  • Files
  • Commits
  • Network
  • Compare
  • Branches
  • Tags
Switch branch/tag
  • db-frs
  • html
  • 처음화면.html
  • 김혜림's avatar
    first commit · acde430a
    acde430a Browse Files
    김혜림 authored 2018-12-04 18:38:55 +0900
처음화면.html 295 Bytes
Raw Blame History Permalink
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
<!DOCTYPE html>
<html>
<head>
	<title>처음화면</title>
</head>
<style>
body {
	background-color: rgb(230, 243, 255);
}
img {
	display:block;
	margin:auto;
	border-radius: 50%;
	width: 350px;
	height: 340px;
}

</style>

<body>

<br><br><br><br><br>
<img src="캡처5.png"/>

</body>

</html>