Skip to content

Commit

Permalink
Update index.html
Browse files Browse the repository at this point in the history
  • Loading branch information
nmcain authored Mar 2, 2018
1 parent 5f9d155 commit 1370635
Showing 1 changed file with 3 additions and 69 deletions.
72 changes: 3 additions & 69 deletions index.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@
<style>
body {
margin:0;
background:url("assets/bg3.jpg") no-repeat fixed center;
background:url("bg3.jpg") no-repeat fixed center;
background-color:black;

overflow:hidden;

}

Expand Down Expand Up @@ -77,73 +77,7 @@



<a name="notify">
<div class="main">
<style>
.mdlnotify{
background:#fff;
border-radius:3px;
height:400px;
width:600px;
box-shadow: 0px 0px 10px #000;
margin-top:150px;
}
.iconf{
float:left;
height:50px;
width:50px;
margin-top:15px;
margin-left:20px;
}

</style>
<div align="center">
<div class="mdlnotify">
<img src="fuchsia.png" class="iconf">
<div class="header" style="font-size:25px;
color:#333;
margin-top:30px;
float:left;
">
Google Fuchsia OS
</div>
<div align="left">
<div class="info">
<style>
.info{
color:#222;
margin-top:50px;
font-size:15px;
float:left;
width:470px;
}
</style>
Press the launcher icon to open the apps menu. Press the G in the search bar to close it. Press the clock for settings.
</div>
</div>
<!--mdl-button
<button class="bt012 mdl-button mdl-js-ripple-effect mdl-js-button mdl-button--accent">
ok, got it
</button>
-->

<a href="#desktop" class="bt012 mdl-button mdl-js-ripple-effect mdl-js-button mdl-button--accent">
ok, got it
</a>


<style>
.bt012{
margin-top:210px;
float:right;
margin-right:15px;
}
</style>
</div>
</div>
</div>
</a>




Expand Down

0 comments on commit 1370635

Please sign in to comment.