tobby48 3 years ago
parent
commit
555b4b2f44
2 changed files with 12 additions and 1 deletions
  1. 9
    0
      src/main/resources/public/css/theme.css
  2. 3
    1
      src/main/resources/public/index.html

+ 9
- 0
src/main/resources/public/css/theme.css View File

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 View File

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