Skip to content

Commit d898f04

Browse files
Create style.css
note App
1 parent c693b41 commit d898f04

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

noteapp/style.css

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
.container {
2+
text-align: center;
3+
}
4+
textarea {
5+
width: 100%;
6+
height: 150px;
7+
margin: 10px 0;
8+
}

0 commit comments

Comments
 (0)