2 Commity

Autor SHA1 Wiadomość Data
  tobby48 ba84c71dc2 Merge branch 'master' of http://swhcoding.com:3000/tobby48/swh-opensource.git 3 lat temu
  tobby48 555b4b2f44 .. 3 lat temu

+ 9
- 0
src/main/resources/public/css/theme.css Wyświetl plik

@@ -0,0 +1,9 @@
1
+/*커리큘럼 오프캔버스*/
2
+.bg-red {
3
+	background: #454857;
4
+	padding: 4px;
5
+	border-radius: 3px;
6
+	box-shadow: inset 0 0 0 3px rgba(35, 33, 45, 0.3),
7
+		0 0 0 3px rgba(185, 185, 185, 0.3);
8
+	position: relative;
9
+}

+ 3
- 1
src/main/resources/public/index.html Wyświetl plik

@@ -6,9 +6,11 @@
6 6
 <meta name="viewport" content="width=device-width, initial-scale=1.0">
7 7
 <meta name="description" content="Lectures in SWH Academy" />
8 8
 <meta name="author" content="tobby48@gmail.com" />
9
+<link href="./css/theme.css" rel="stylesheet" />
10
+
9 11
 </head>
10 12
 <body bgcolor=white>
11
-	<table border="5" cellpadding="10">
13
+	<table border="5" cellpadding="10" class="bg-red">
12 14
 		<tr>
13 15
 			<td>
14 16
 				<h1>sparkjava Static Resource 입니다.</h1>