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

ต่อweek06

parent b1af4f40
......@@ -2,11 +2,17 @@
<html>
<head>
<meta charset="UTF-8">
<title>Hello World!</title>
<title>สวัสดี ชาวโลก!</title>
<style>
body {
background-color: #9999ff;
background-image: url('2.jpg');
background-size: 100% 100%;
background-repeat: no-repeat;
background-attachment: fixed;
background-position: center;
}
</style>
......@@ -16,7 +22,7 @@
<style media="screen">
ol{
color:red;
color: #00FFFF;
}
</style>
......@@ -25,14 +31,23 @@
h1{
text-align: center;
margin: auto;
font-size: 48px;
font-size: 50px;
width: 400px;
}
h2{
text-align: center;
margin: auto;
font-size: 40px;
width: 300px;
}
.img {
margin-top: 40px;
text-align: center;
text-align: center;
}
......@@ -40,16 +55,10 @@
margin: auto;
width: 300px;
height: 300px;
background: #333;
border-radius: 50%;
}
.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;
text-align: center;
margin-top: 50px;
......@@ -62,7 +71,7 @@
</head>
<body>
<h1 style="color:blue;">สวัสดี ชาวโลก!</h1>
<h1 style="color:blue;">Profile CONNAN</h1>
<div class="img">
<img src="1.png" alt="" width="400" height="400">
......@@ -70,7 +79,7 @@
<div class="text">
<h2 style="background-color:DodgerBlue;"> เราใช้ </h2>
<h2 style="color:#00FF00"; > เราใช้ </h2>
<ol>
......
This diff is collapsed.
......@@ -4,7 +4,7 @@
"description": "ขอคะแนน",
"main": "main.js",
"scripts": {
"app": "./node_modules/electron/dist/electron ." ,
"app": "./node_modules/electron/dist/electron .",
"อัตราย": "rm -rf *",
"echo": "echo สวัสดี",
"touch": "touch สวัสดี",
......@@ -13,6 +13,7 @@
"author": "amonsiri",
"license": "ISC",
"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