Commit 7a97449c authored by amonsiri unkham's avatar amonsiri unkham

ต่อweek06

parent b1af4f40
...@@ -2,11 +2,17 @@ ...@@ -2,11 +2,17 @@
<html> <html>
<head> <head>
<meta charset="UTF-8"> <meta charset="UTF-8">
<title>Hello World!</title> <title>สวัสดี ชาวโลก!</title>
<style> <style>
body { body {
background-color: #9999ff;
background-image: url('2.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
} }
</style> </style>
...@@ -16,7 +22,7 @@ ...@@ -16,7 +22,7 @@
<style media="screen"> <style media="screen">
ol{ ol{
color:red; color: #00FFFF;
} }
</style> </style>
...@@ -25,14 +31,23 @@ ...@@ -25,14 +31,23 @@
h1{ h1{
text-align: center; text-align: center;
margin: auto; margin: auto;
font-size: 48px; font-size: 50px;
width: 400px; width: 400px;
} }
h2{
text-align: center;
margin: auto;
font-size: 40px;
width: 300px;
}
.img { .img {
margin-top: 40px; margin-top: 40px;
text-align: center; text-align: center;
} }
...@@ -40,16 +55,10 @@ ...@@ -40,16 +55,10 @@
margin: auto; margin: auto;
width: 300px; width: 300px;
height: 300px; height: 300px;
background: #333;
border-radius: 50%; border-radius: 50%;
} }
.text { .text {
background: #fff;
-webkit-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
-moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.75);
width: 300px;
margin: auto; margin: auto;
text-align: center; text-align: center;
margin-top: 50px; margin-top: 50px;
...@@ -62,7 +71,7 @@ ...@@ -62,7 +71,7 @@
</head> </head>
<body> <body>
<h1 style="color:blue;">สวัสดี ชาวโลก!</h1> <h1 style="color:blue;">Profile CONNAN</h1>
<div class="img"> <div class="img">
<img src="1.png" alt="" width="400" height="400"> <img src="1.png" alt="" width="400" height="400">
...@@ -70,7 +79,7 @@ ...@@ -70,7 +79,7 @@
<div class="text"> <div class="text">
<h2 style="background-color:DodgerBlue;"> เราใช้ </h2> <h2 style="color:#00FF00"; > เราใช้ </h2>
<ol> <ol>
......
This diff is collapsed.
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
"description": "ขอคะแนน", "description": "ขอคะแนน",
"main": "main.js", "main": "main.js",
"scripts": { "scripts": {
"app": "./node_modules/electron/dist/electron ." , "app": "./node_modules/electron/dist/electron .",
"อัตราย": "rm -rf *", "อัตราย": "rm -rf *",
"echo": "echo สวัสดี", "echo": "echo สวัสดี",
"touch": "touch สวัสดี", "touch": "touch สวัสดี",
...@@ -13,6 +13,7 @@ ...@@ -13,6 +13,7 @@
"author": "amonsiri", "author": "amonsiri",
"license": "ISC", "license": "ISC",
"devDependencies": { "devDependencies": {
"electron": "^1.8.2" "electron": "^1.8.2",
"electron-packager": "^11.0.1"
} }
} }
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment