mirror of
https://github.com/Hopiu/angular.js.git
synced 2026-03-19 16:10:22 +00:00
adding angular logo
This commit is contained in:
parent
805753dba4
commit
075bdf2316
2 changed files with 24 additions and 0 deletions
24
logo/ng-logo.html
Normal file
24
logo/ng-logo.html
Normal file
|
|
@ -0,0 +1,24 @@
|
|||
<!doctype html>
|
||||
<html xmlns:ng="http://angularjs.org">
|
||||
<head>
|
||||
<style>
|
||||
p {
|
||||
margin: 200px;
|
||||
}
|
||||
span {
|
||||
border: 1px solid black;
|
||||
font-family: 'andale mono';
|
||||
font-size: 55px;
|
||||
font-weight: bold;
|
||||
letter-spacing: -3px;
|
||||
padding: 50px 5px 50px 3px;
|
||||
text-align: center;
|
||||
text-shadow: black 1px 1px 1px;
|
||||
}
|
||||
</style>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
<p><span><ng/></span></p>
|
||||
</body>
|
||||
</html>
|
||||
BIN
logo/ng-logo.png
Normal file
BIN
logo/ng-logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 7.5 KiB |
Loading…
Reference in a new issue