Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mi perfil de GitHub #800

Closed
wants to merge 3 commits into from
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Add style.css
  • Loading branch information
jhuamancc committed Nov 26, 2023
commit 5d7092f339b1fd8f9eddf8b687bfd1676750a583
1 change: 1 addition & 0 deletions github-profiles/pandaman-1897/index.html
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel='stylesheet' href='/style.css'>
<title>Jorge Huaman</title>
</head>

73 changes: 73 additions & 0 deletions github-profiles/pandaman-1897/style.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,73 @@
body {
margin: 0 auto;
max-width: 50em;
}

body {
font-family: "Helvetica", "Arial", sans-serif;
}

body {
line-height: 1.5;
padding: 4em 1em;
}

h2 {
margin-top: 1em;
padding-top: 1em;
}

body {
line-height: 1.5;
padding: 4em 1em;
}

h2 {
margin-top: 1em;
padding-top: 1em;
}

h1,
h2,
strong {
color: #333;
}

code,
pre {
background: #eee;
}

code {
padding: 2px 4px;
vertical-align: text-bottom;
}

pre {
padding: 1em;
}

a {
color: #e81c4f;
}

body {
color: #566b78;
}

code,
pre {
background: #f5f7f9;
border-bottom: 1px solid #d8dee9;
color: #a7adba;
}

pre {
border-left: 2px solid #69c;
}

@import 'https://fonts.googleapis.com/css?family=Roboto:300,400,500';

body {
font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}