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

Commite7e3b9a

Browse files
update note app project
1 parent3a4a17e commite7e3b9a

File tree

3 files changed

+5
-6
lines changed

3 files changed

+5
-6
lines changed
File renamed without changes.
File renamed without changes.

‎projects/notes-taking-app/style.cssrenamed to‎projects/note-app/style.css

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@ body {
55
}
66

77
.heading {
8-
color:aliceblue;
8+
color:darkblue;
99
text-align: center;
1010
padding-top:10px;
1111
font-size:35px;
1212
}
1313
.info-text {
1414
text-align: center;
15-
color:aliceblue;
15+
color:darkblue;
1616
font-size:18px;
1717
}
1818

@@ -26,18 +26,18 @@ body {
2626

2727
.note {
2828
height:200px;
29-
box-sizing: border-box;
3029
padding:17px;
3130
border-radius:15px;
3231
resize: none;
3332
box-shadow:003pxrgba(0,0,0,0.3);
3433
font-family: monospace;
3534
font-size:18px;
36-
color:gray;
35+
color:darkblue;
3736
font-weight:800;
3837
border: none;
3938
outline: none;
4039
background:rgba(255,255,255,0.1);
40+
box-sizing: border-box;
4141
}
4242
.note::placeholder {
4343
color: gray;
@@ -52,8 +52,7 @@ body {
5252

5353
.btn {
5454
height:200px;
55-
border: none;
56-
outline: none;
55+
border-color:rgba(255,255,255,0.37);
5756
background:rgba(255,255,255,0.27);
5857
border-radius:15px;
5958
font-size:70px;

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp