Saturday, 30 November 2019

ADD MEMORY





<!DOCTYPEhtml>
<html>
<head>
<h1><b>ADD MEMORY</b></h1>
<br>
<style>
body {
font-family: Arial, Helvetica;
background-color:white;
border:solid 2px #bfbfbf;
border-radius:9px;
width:50%;
margin-left:auto;
margin-right:auto;
padding: 29px;
box-shadow: 1px 2px 4px #999999;
}
h1{



color: #009900;
text-align:center;

}
button{
border: solid 1px #bfbfbf;

background-color: #f2f2f2;
border-radius:6px;
padding: 6px 30px;
box-shadow: 0px 1px 1px #000000;
}

</style>
</head>

<body>
<textarea  rows="6" cols="40"placeholder="Write Post Heading Here..." ></textarea>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="https://fonts.googleapis.com/icon?family=Material+Icons" rel="stylesheet">

<button style="font-size:2px">
<i class="material-icons">image</i></button>

<button style="font-size:2px">
<i class="material-icons">photo_camera</i></button>

<button style="font-size:2px">
<i class="material-icons">movie_creation</i></button>

</body>
</html>
          
            RUN CODE

No comments:

Post a Comment