Skip to content

Commit 1815b33

Browse files
author
Christian Strappazzon
committed
calendario
1 parent 36eb00a commit 1815b33

File tree

2 files changed

+33
-3
lines changed

2 files changed

+33
-3
lines changed

assets/css/bootstrap-theme.css

Lines changed: 27 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -236,4 +236,30 @@
236236
-webkit-border-radius: 3px;
237237
-moz-border-radius: 3px;
238238
border-radius: 3px;
239-
}
239+
}
240+
241+
/* calendar */
242+
243+
#calendar {
244+
position: absolute;
245+
top: 25%;
246+
left:25%;
247+
font-weight: bold;
248+
border: 2px solid black;
249+
}
250+
251+
#month {
252+
position: relative;
253+
left: 0;
254+
top: 0;
255+
margin: 0;
256+
padding: 10px 15px;
257+
color: #fff;
258+
background-color: #BC0000;
259+
border-bottom: 2px solid black;
260+
font-size: 15px;
261+
}
262+
263+
#day {
264+
font-size: 44px;
265+
}

index.html

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,10 +48,14 @@ <h1 class="lead">Sviluppatori e Appassionati di Python a Milano</h1>
4848
</div>
4949
</header>
5050

51-
<div class="container text-center">
51+
<div class="container text-center" style="position:relative">
52+
<div id="calendar">
53+
<div id="month">OTTOBRE</div>
54+
<div id="day">22</div>
55+
</div>
5256
<h2 class="thin">Prossimo Meetup</h2>
5357
<p class="text-muted">
54-
Genropy - Tool di Migrazione e package editor. <br>
58+
<strong>Genropy - Tool di Migrazione e package editor.</strong> <br><br>
5559
<a href="http://www.meetup.com/it/Python-Milano/events/225798285/" class="btn-social btn-outline">Partecipa!</a>
5660
</p>
5761
</div>

0 commit comments

Comments
 (0)