Skip to content

Commit c81b850

Browse files
authored
Merge pull request JoeMakuta#5 from firminfinva/dev
Adding some css
2 parents 372a8cf + 05f3381 commit c81b850

File tree

2 files changed

+19
-0
lines changed

2 files changed

+19
-0
lines changed

index.css

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
body{
2+
display: flex;
3+
padding: 2vw;
4+
background: linear-gradient(to bottom, rgb(218, 207, 207),rgb(201, 201, 212));
5+
}
6+
textarea{
7+
width: 90%;
8+
height: 87vh;
9+
}
10+
button{
11+
margin-left: 2vh;
12+
background-color: rgb(125, 237, 125);
13+
border-radius: 10px;
14+
height: 5vh;
15+
width: 10%;
16+
color: white;
17+
border: 1px solid white;
18+
}

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
<head>
44
<meta charset="UTF-8" />
55
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
6+
<link rel="stylesheet" href="index.css">
67
<title>Document</title>
78
</head>
89
<body>

0 commit comments

Comments
 (0)