This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html lang="ja"> | |
<head> | |
<meta charset="utf-8" /> | |
<title>カレーのレシピ</title> | |
</head> | |
<body> | |
<article> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSSのリセット(消さないでください) */ | |
html, body, | |
ul, ol, li, | |
h1, h2, h3, h4, h5, h6, p, div { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Progate</title> | |
<link rel="stylesheet" href="stylesheet.css"> | |
<!-- ここでFont Awesomeを読み込んでください --> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSSのリセット(消さないでください) */ | |
html, body, | |
ul, ol, li, | |
h1, h2, h3, h4, h5, h6, p, div { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Progate</title> | |
<link rel="stylesheet" href="stylesheet.css"> | |
<!-- ここでFont Awesomeを読み込んでください --> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSSのリセット(消さないでください) */ | |
html, body, | |
ul, ol, li, | |
h1, h2, h3, h4, h5, h6, p, div { | |
margin: 0; | |
padding: 0; | |
} | |
body { | |
font-family: 'Hiragino Kaku Gothic ProN W3', sans-serif; |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Progate</title> | |
<link rel="stylesheet" href="stylesheet.css"> | |
<!-- ここでFont Awesomeを読み込んでください --> | |
<link rel="stylesheet" href="//maxcdn.bootstrapcdn.com/font-awesome/4.3.0/css/font-awesome.min.css"> | |
</head> | |
<body> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSSのリセット(消さないでください) */ | |
html, body, | |
ul, ol, li, | |
h1, h2, h3, h4, h5, h6, p, | |
form, input, div { | |
margin: 0; | |
padding: 0; | |
} | |
body { |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<!DOCTYPE html> | |
<html> | |
<head> | |
<meta charset="utf-8"> | |
<title>Progate</title> | |
<link rel="stylesheet" href="stylesheet.css"> | |
</head> | |
<body> | |
<!-- ここからHTMLを書き始めてください --> | |
<header> |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* CSSのリセット(消さないでください) */ | |
html, body, | |
ul, ol, li, | |
h1, h2, h3, h4, h5, h6, p, | |
form, input, div { | |
margin: 0; | |
padding: 0; | |
} | |
body { |
NewerOlder