File tree Expand file tree Collapse file tree 2 files changed +33
-3
lines changed
Expand file tree Collapse file tree 2 files changed +33
-3
lines changed Original file line number Diff line number Diff line change 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+ }
Original file line number Diff line number Diff 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 >
You can’t perform that action at this time.
0 commit comments