Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit1fe9834

Browse files
authored
Update order.html
1 parenta202c76 commit1fe9834

File tree

1 file changed

+9
-172
lines changed

1 file changed

+9
-172
lines changed

‎order.html

Lines changed: 9 additions & 172 deletions
Original file line numberDiff line numberDiff line change
@@ -1,185 +1,22 @@
11
<!DOCTYPE html>
2-
3-
<htmllang="en">
4-
2+
<html>
53
<head>
6-
7-
<metacharset="UTF-8">
8-
9-
<metaname="viewport"content="width=device-width, initial-scale=1.0">
10-
11-
<title>Welcome to My Website</title>
12-
4+
<title>Blue Background Website</title>
135
<style>
14-
156
body {
16-
17-
font-family: Arial, sans-serif;
18-
19-
margin:0;
20-
21-
padding:0;
22-
7+
background-color: blue;
238
}
24-
25-
header {
26-
27-
background-color:#007bff;
28-
29-
color: white;
30-
31-
text-align: center;
32-
9+
10+
.content {
3311
padding:20px;
34-
35-
}
36-
37-
footer {
38-
39-
background-color:#f8f9fa;
40-
41-
text-align: center;
42-
43-
padding:10px;
44-
45-
position: absolute;
46-
47-
bottom:0;
48-
49-
width:100%;
50-
51-
}
52-
53-
</style>
54-
55-
</head>
56-
57-
<body>
58-
59-
<header>
60-
61-
<h1>Welcome to My Website</h1>
62-
63-
</header>
64-
65-
<main>
66-
67-
<!-- Your website content goes here -->
68-
69-
</main>
70-
71-
<footer>
72-
73-
<p>All rights reserved &copy; 2023</p>
74-
75-
</footer>
76-
77-
</body>
78-
79-
</html>
80-
81-
<!-- eto pa example
82-
83-
<!DOCTYPE html>
84-
85-
<html lang="en">
86-
87-
<head>
88-
89-
<meta charset="UTF-8">
90-
91-
<meta name="viewport" content="width=device-width, initial-scale=1.0">
92-
93-
<title>About Jaylorence U Opiar</title>
94-
95-
<style>
96-
97-
body {
98-
99-
font-family: Arial, sans-serif;
100-
101-
margin: 0;
102-
103-
padding: 0;
104-
105-
}
106-
107-
header {
108-
109-
background-color: #007bff;
110-
11112
color: white;
112-
113-
text-align: center;
114-
115-
padding: 20px;
116-
117-
}
118-
119-
main {
120-
121-
padding: 20px;
122-
123-
}
124-
125-
footer {
126-
127-
background-color: #f8f9fa;
128-
129-
text-align: center;
130-
131-
padding: 10px;
132-
133-
position: absolute;
134-
135-
bottom: 0;
136-
137-
width: 100%;
138-
13913
}
140-
14114
</style>
142-
14315
</head>
144-
14516
<body>
146-
147-
<header>
148-
149-
<h1>About Jaylorence U Opiar</h1>
150-
151-
</header>
152-
153-
<main>
154-
155-
<h2>Introduction</h2>
156-
157-
<p>Jaylorence U Opiar is a talented individual with a passion for various fields.</p>
158-
159-
160-
161-
<h2>Background</h2>
162-
163-
<p>Originally from [Place], Jaylorence has a diverse background in [Fields of Interest].</p>
164-
165-
166-
167-
<h2>Interests</h2>
168-
169-
<p>Jaylorence is interested in [Interests] and enjoys [Hobbies or Activities].</p>
170-
171-
172-
173-
<!-- You can add more sections and information as needed -->
174-
175-
<!--</main>
176-
177-
<footer>
178-
179-
<p>All rights reserved &copy; 2023</p>
180-
181-
</footer>
182-
17+
<divclass="content">
18+
<h1>Welcome to My Blue Background Website</h1>
19+
<p>This website has a soothing blue background.</p>
20+
</div>
18321
</body>
184-
18522
</html>

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp